//==============================================================================
// Well of Urd_anim.txt
//==============================================================================

define WellofUrdGlowA
{
   set hotspot
   {
      version
      {
         Visualparticle sfx n well of urd water glow
      }
   }
}

//==============================================================================
define WellofUrdMistA
{
   set hotspot
   {
      version
      {
         Visualparticle sfx n well of urd water mist
      }
   }
}

//==============================================================================
define Spray
{
   set hotspot
   {
      version
      {
			VisualParticle SFX A Healing Spring Waves
      }
   }  
}

define SwordGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Excavation Sword Glow
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		VariationLogic
		SetSelector
		{
		ConstructionLogic 0
		set hotspot
		{
			version
			{
				Visual SFX X Gaia Pool
				Connect LEFTFOOT WellofUrdGlowA hotspot
				Connect LEFTEAR WellofUrdMistA hotspot
				Connect LEFTEAR Spray hotspot
			}
		}
		set hotspot
			{
				version
				{
					Visual Building G Titan Gate Stage1
					Connect LEFTFOOT SwordGlow hotspot
				}
			}
			}
	}
}